home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / Dev / PHX / readme < prev    next >
Text File  |  1995-06-07  |  4KB  |  91 lines

  1. Short:      PhxAss V4.18 68xxx Macro Assembler
  2. Uploader: juergen@gator.teuto.de  Juergen Stiekel)
  3. Author:   frank@phoenix.owl.de (Frank Wille, Phoenix/Phantasm)
  4. Type:      dev/asm
  5.  
  6. This archive contains the Assembler PhxAss V4.18 and the Linker
  7. PhxLnk V4.17.
  8.  
  9. *** PHXASS ***
  10. PhxAss V4.18 is a highly optimizing macro assembler for Motorola's 680x0
  11. CPUs, 6888x FPUs and 68851 MMU (of course, the 030, 040 and 060 MMUs are
  12. also supported). It requires OS2.04 (V37) and 1 MB RAM as minimum.
  13.  
  14. Most important features:
  15. o Fast: 15000-30000 lines per minute with standard Amigas, 50000-350000
  16.   with A4000/040.
  17. o Resident.
  18. o Symbolic and Source Level Debugging.
  19. o Automatic generation of executables (if possible).
  20. o Creates relocatable Amiga-DOS objects or absolute code (written into
  21.   a file (raw or Motorola S-Format), into memory or directly onto disk).
  22. o Small Code and Small Data support (also support for __MERGED sections).
  23. o Listing file, Cross Reference Listing, Equates file.
  24. o Complete floating point support: You may use complex floating point
  25.   expressions, including float functions (sine, logarithm, square root,
  26.   power, etc.), everywhere in your source, e.g. defining float EQUates or
  27.   SETs.
  28. o Switches for nine different optimizations.
  29. o Locale symbols (xxx$ and .xxx type).
  30. o Up to 36 macro parameters.
  31. o Support for Motorola's old and new operand style (even in 68000 mode).
  32. o locale.library usage (english, german, swedish, italian, danish and
  33.   french ).
  34. o Nearly all directives of the most popular assemblers like Seka, DevPac or
  35.   AS (Aztec) are supported. Example: INCBIN, INCDIR, CODE_C, REPT, RS,
  36.   RSRESET, EQUR, REG, OFFSET, XDEF, XREF, PUBLIC, ...
  37. o Further development and support is guaranteed for years, because I'll
  38.   *never* change my system (Amiga forever!).
  39. o Finally: Although Shareware, there are no disabled functions in PhxAss!
  40.  
  41. You will find four different versions of PhxAss in this distribution:
  42. 1. PhxAss: The standard 680x0,FPU,MMU macro assembler.
  43. 2. SmallPhxAss: This is a 68000-only version without floating point support.
  44. 3. FreePhxAss: This program is FREEWARE! It is intended for developers of
  45.     PD-Compilers, who want to include PhxAss in their compiler package.
  46. 4. GigaPhxAss: Identical to PhxAss, but source codes are not limited to
  47.     65535 lines. Quite useful for assembling huge Reassembler outputs.
  48.  
  49. CHANGES SINCE PHXASS V4.15 (last Aminet release):
  50. Fixed Bugs:
  51. o As a result of improvements in V4.15, the OPT-parameter didn't work. :(
  52. o MOVE16 didn't work with absolute addresses less than $8000.
  53. New Features:
  54. o New CLI-Parameter "RC=ERRCODE/K/N" for defining the return code in case
  55.   of an error.
  56. o MOVEQ #x,Dn with 128<x<255 will force PhxAss to display a warning,
  57.   which can be disabled by the new NOWARN/S option.
  58. o Increased the number of possible macro parameters. Now there are 36
  59.   parameters possible! (\\0 - \\9 and \\a - \\z)
  60. o Increased the buffer sizes from 512 to 1024 bytes.
  61. o French catalog.
  62.  
  63.  
  64. *** PHXLNK ***
  65. PhxLnk is FREEWARE and supports all features of a standard Amiga-DOS linker
  66. (like BLink), except of overlay hunks and automatic link vectors (ALV).
  67.  
  68. Implemented functions:
  69. o Links object files and libraries (SAS/C extended libraries too)
  70. o Sections can be forced to Chip-memory
  71. o Small Code, Small Data
  72. o SAS/C-Blink Small Data compatibility available
  73. o '_MERGED' sections are recognized automatically (and coalesced like
  74.   Small Data sections)
  75. o Symbolic and Source Level Debugging (PowerVisor compatibility included)
  76. o Debug blocks are removed on request
  77. o Deletes empty sections
  78. o Zero bytes at the end of a section will be deleted and appear in the
  79.   HUNK_HEADER block only
  80. o User may define absolute external symbols
  81. o Generates HUNK_RELOC32SHORT blocks by default
  82.  
  83. CHANGES SINCE PHXLNK V4.15 (last Aminet release):
  84. o Partial support for SLink (SAS/C). PhxLnk defines ___ctors and
  85.   ___dtors as NULL to avoid errors during linking. Complete SLink-
  86.   support may follow in a later release. (if somebody needs it :-)
  87. o Fixing the bug with __MERGED sections in V4.10 generated a new one in
  88.   the 'normal' small data mode.
  89. o The shortening of sections, as introduced in V4.00, didn't work very
  90.   well.
  91.